PSub
📁 Source: Mathlib/Data/Nat/PSub.lean
Statistics
| Metric | Count |
|---|---|
| 3 | |
| 14 | |
| Total | 17 |
Nat
Definitions
| Name | Category | Theorems |
|---|---|---|
ppred 📖 | CompOp | 9 mathmath:Partrec.ppred, pred_eq_ppred, psub_succ, ppred_succ, ppred_eq_pred, ppred_eq_some, Num.ppred_to_nat, ppred_eq_none, ppred_zero |
psub 📖 | CompOp | 8 mathmath:psub_zero, psub_succ, psub_eq_some, psub_add, psub'_eq_psub, psub_eq_sub, psub_eq_none, sub_eq_psub |
psub' 📖 | CompOp |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
ppred_eq_none 📖 | mathematical | — | ppred | — | — |
ppred_eq_pred 📖 | mathematical | — | ppred | — | ppred_eq_some |
ppred_eq_some 📖 | mathematical | — | ppred | — | — |
ppred_succ 📖 | mathematical | — | ppred | — | — |
ppred_zero 📖 | mathematical | — | ppred | — | — |
pred_eq_ppred 📖 | mathematical | — | ppred | — | — |
psub'_eq_psub 📖 | mathematical | — | psub'psub | — | psub'.eq_1psub_eq_subpsub_eq_nonenot_le |
psub_add 📖 | mathematical | — | psub | — | add_zero |
psub_eq_none 📖 | mathematical | — | psub | — | lt_of_not_gepsub_eq_someadd_comm |
psub_eq_some 📖 | mathematical | — | psub | — | add_zeroadd_commadd_left_comm |
psub_eq_sub 📖 | mathematical | — | psub | — | psub_eq_some |
psub_succ 📖 | mathematical | — | psubppred | — | — |
psub_zero 📖 | mathematical | — | psub | — | — |
sub_eq_psub 📖 | mathematical | — | psub | — | pred_eq_ppredpsub.eq_2 |
---