Theorems · Theorem · measure theory
isPiSystem_Ixx
∀ {α : Type u_1} {ι : Sort u_3} {ι' : Sort u_4} [inst : LinearOrder α] {Ixx : α → α → Set α} {p : α → α → Prop},
(∀ {a b : α}, (Ixx a b).Nonempty → p a b) →
(∀ {a₁ b₁ a₂ b₂ : α}, Ixx a₁ b₁ ∩ Ixx a₂ b₂ = Ixx (max a₁ a₂) (min b₁ b₂)) →
∀ (f : ι → α) (g : ι' → α), IsPiSystem {S | ∃ i j, p (f i) (g j) ∧ Ixx (f i) (g j) = S}- Defined in
- Mathlib.MeasureTheory.PiSystem
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Quot.sound
- Assumes
- LinearOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- Set.ofPredstatement and proof · cited by 6,101
- Set.rangeproof · cited by 4,705
- Set.Nonemptystatement and proof · cited by 2,627
- IsPiSystemstatement and proof · cited by 88
- isPiSystem_Ixx_memproof · cited by 5
Cited by4
Results whose statement or proof uses this declaration.
- isPiSystem_Icoproof · cited by 2
- isPiSystem_Iccproof · cited by 1
- isPiSystem_Iooproof · cited by 1
- isPiSystem_Iocproof · cited by 0