Theorems · Theorem · order theory
IsGreatest.insert
∀ {γ : Type u_3} [inst : LinearOrder γ] (a : γ) {b : γ} {s : Set γ}, IsGreatest s b → IsGreatest (insert a s) (max a b)- Defined in
- Mathlib.Order.Bounds.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext
- Assumes
- LinearOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- LinearOrderstatement and proof · cited by 8,572
- IsGreateststatement and proof · cited by 112
- Set.insert_eqproof · cited by 47
- isGreatest_singletonproof · cited by 5
- IsGreatest.unionproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Finset.max'_insertproof · cited by 1
- isGreatest_pairproof · cited by 0