Theorems · Theorem · order theory
disjointedRec
∀ {α : Type u_1} {ι : Type u_2} [inst : GeneralizedBooleanAlgebra α] [inst_1 : Preorder ι]
[inst_2 : LocallyFiniteOrderBot ι] {f : ι → α} {p : α → Prop},
(∀ ⦃t : α⦄ ⦃i : ι⦄, p t → p (t \ f i)) → ∀ ⦃i : ι⦄, p (f i) → p (disjointed f i)An induction principle for disjointed. To prove something about disjointed f i, it's
enough to prove it for f i and being able to extend through diffs.
- Defined in
- Mathlib.Order.Disjointed
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetproof · cited by 13,712
- Preorderstatement and proof · cited by 7,952
- Finset.supproof · cited by 530
- LocallyFiniteOrderBotstatement and proof · cited by 286
- GeneralizedBooleanAlgebrastatement and proof · cited by 204
- sup_commproof · cited by 165
- Finset.Iioproof · cited by 147
- Finset.inductionproof · cited by 108
- Finset.sup_emptyproof · cited by 72
- disjointedstatement · cited by 64
- Finset.sup_insertproof · cited by 35
- sdiff_botproof · cited by 13
Cited by3
Results whose statement or proof uses this declaration.
- MeasurableSet.disjointedproof · cited by 16
- MeasureTheory.IsSetRing.disjointed_memproof · cited by 2
- MeasureTheory.OuterMeasure.isCaratheodory_disjointedproof · cited by 1