Theorems · Theorem · order theory
Std.ge_refl
∀ {α : Type u_1} [inst : LE α] [inst_1 : Std.Refl fun x1 x2 => x1 ≥ x2] (a : α), a ≤ aA version of Std.le_refl that works with Std.Refl (· ≥ ·).
This is needed for to_dual translations because Std.le_refl requires Std.Refl (· ≤ ·),
but after translation instReflLe becomes instReflGe : Std.Refl (· ≥ ·).
- Defined in
- Mathlib.Order.RelClasses
- Cited by
- 23 results in Mathlib
- Foundations
- Depth 3 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites0
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Nothing in Mathlib beyond the foundations.
Cited by23
Results whose statement or proof uses this declaration.
- inf_eq_rightproof · cited by 64
- Set.right_mem_Iccproof · cited by 60
- inf_eq_leftproof · cited by 41
- inf_idemproof · cited by 37
- Set.self_mem_Iciproof · cited by 30
- Set.right_mem_Iocproof · cited by 18
- Function.update_infproof · cited by 3
- Set.Icc_eq_Ico_same_iffproof · cited by 2
- infClosed_singletonproof · cited by 2
- Multiset.inf_addproof · cited by 2
- Monotone.iterate_comp_le_of_leproof · cited by 1
- Set.Ioo_eq_Ico_same_iffproof · cited by 1