Theorems · Theorem · functional analysis
MeasureTheory.GridLines.T.congr_simp
∀ {ι : Type u_1} {A : ι → Type u_2} [inst : (i : ι) → MeasurableSpace (A i)]
(μ μ_1 : (i : ι) → MeasureTheory.Measure (A i)),
μ = μ_1 →
∀ {inst_1 : DecidableEq ι} [inst_2 : DecidableEq ι] (p p_1 : ℝ),
p = p_1 →
∀ (f f_1 : ((i : ι) → A i) → ENNReal),
f = f_1 →
∀ (s s_1 : Finset ι),
s = s_1 →
∀ (a a_1 : (i : ι) → A i),
a = a_1 → MeasureTheory.GridLines.T μ p f s a = MeasureTheory.GridLines.T μ_1 p_1 f_1 s_1 a_1- Cited by
- 1 results in Mathlib
- Foundations
- Depth 201 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MeasurableSpaceDecidableEq
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.
- Realstatement and proof · cited by 25,697
- Finsetstatement and proof · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- MeasureTheory.GridLines.Tstatement and proof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.lintegral_mul_prod_lintegral_pow_leproof · cited by 1