Documentation Verification Report

Relator

πŸ“ Source: Mathlib/Logic/Relator.lean

Statistics

MetricCount
DefinitionsBiTotal, BiUnique, LeftTotal, LeftUnique, LiftFun, RightTotal, RightUnique, Β«term_β‡’_Β»
8
Theoremsrefl, rel_exists, rel_forall, trans, refl, rel_exists, trans, flip, refl, rel_forall, trans, bi_total_eq, left_unique_of_rel_eq, rel_and, rel_eq, rel_iff, rel_imp, rel_not, rel_or
19
Total27

Relator

Definitions

NameCategoryTheorems
BiTotal πŸ“–MathDef
7 mathmath: biTotal_iff_isEmpty_left, BiTotal.symm, bi_total_eq, biTotal_empty, BiTotal.trans, BiTotal.refl, biTotal_iff_isEmpty_right
BiUnique πŸ“–MathDef
1 mathmath: BiUnique.forallβ‚‚
LeftTotal πŸ“–MathDef
5 mathmath: RightTotal.symm, leftTotal_empty, LeftTotal.trans, leftTotal_iff_isEmpty_left, LeftTotal.refl
LeftUnique πŸ“–MathDef
5 mathmath: LeftUnique.forallβ‚‚, Option.Mem.leftUnique, Part.Mem.left_unique, Computation.Mem.left_unique, left_unique_of_rel_eq
LiftFun πŸ“–MathDef
32 mathmath: BiTotal.rel_forall, Fin.liftFun_iff_succ, List.rel_prod, rel_imp, RightTotal.rel_forall, List.rel_filterMap, List.rel_perm, List.rel_foldl, rel_not, Subgroup.prod_mono, List.rel_map, LeftTotal.rel_exists, List.rel_foldr, List.rel_reverse, liftFun_vecCons, List.rel_nodup, BiTotal.rel_exists, AddConstMapClass.rel_map_of_Icc, List.rel_flatMap, List.rel_sum, AddSubgroup.prod_mono, rel_iff, List.rel_append, List.rel_mem, rel_or, List.rel_flatten, List.rel_filter, List.rel_perm_imp, List.rel_sections, rel_eq, rel_and, liftFun_antisymmRel
RightTotal πŸ“–MathDef
5 mathmath: rightTotal_iff_isEmpty_right, rightTotal_empty, RightTotal.refl, RightTotal.trans, LeftTotal.symm
RightUnique πŸ“–MathDef
3 mathmath: RightUnique.forallβ‚‚, Part.Mem.right_unique, LeftUnique.flip
Β«term_β‡’_Β» πŸ“–CompOpβ€”

Theorems

NameKindAssumesProvesValidatesDepends On
bi_total_eq πŸ“–mathematicalβ€”BiTotalβ€”β€”
left_unique_of_rel_eq πŸ“–mathematicalLiftFunLeftUniqueβ€”β€”
rel_and πŸ“–mathematicalβ€”LiftFunβ€”β€”
rel_eq πŸ“–mathematicalBiUniqueLiftFunβ€”β€”
rel_iff πŸ“–mathematicalβ€”LiftFunβ€”β€”
rel_imp πŸ“–mathematicalβ€”LiftFunβ€”β€”
rel_not πŸ“–mathematicalβ€”LiftFunβ€”β€”
rel_or πŸ“–mathematicalβ€”LiftFunβ€”β€”

Relator.BiTotal

Theorems

NameKindAssumesProvesValidatesDepends On
refl πŸ“–mathematicalβ€”Relator.BiTotalβ€”Relator.LeftTotal.refl
Relator.RightTotal.refl
rel_exists πŸ“–mathematicalRelator.BiTotalRelator.LiftFunβ€”β€”
rel_forall πŸ“–mathematicalRelator.BiTotalRelator.LiftFunβ€”β€”
trans πŸ“–mathematicalRelator.BiTotalRelator.BiTotalβ€”Relator.LeftTotal.trans
Relator.RightTotal.trans

Relator.LeftTotal

Theorems

NameKindAssumesProvesValidatesDepends On
refl πŸ“–mathematicalβ€”Relator.LeftTotalβ€”β€”
rel_exists πŸ“–mathematicalRelator.LeftTotalRelator.LiftFunβ€”β€”
trans πŸ“–mathematicalRelator.LeftTotalRelator.LeftTotalβ€”β€”

Relator.LeftUnique

Theorems

NameKindAssumesProvesValidatesDepends On
flip πŸ“–mathematicalRelator.LeftUniqueRelator.RightUniqueβ€”β€”

Relator.RightTotal

Theorems

NameKindAssumesProvesValidatesDepends On
refl πŸ“–mathematicalβ€”Relator.RightTotalβ€”Relator.LeftTotal.refl
rel_forall πŸ“–mathematicalRelator.RightTotalRelator.LiftFunβ€”β€”
trans πŸ“–mathematicalRelator.RightTotalRelator.RightTotalβ€”Relator.LeftTotal.trans

---

← Back to Index