fpvandoorn/carleson
Source indexedlemma ยท leanprover/lean4:v4.32.0
TileStructure.Forest.S_eq_zero_of_topCube_mem_๐โ
Carleson.ForestOperator.PointwiseEstimate ยท Carleson/ForestOperator/PointwiseEstimate.lean:66 to 77
Mathematical statement
Exact Lean statement
lemma S_eq_zero_of_topCube_mem_๐โ {๐ : Set (๐ X)} (h๐ : ๐.Nonempty) (h : topCube โ ๐โ ๐) :
S = 0Complete declaration
Lean source
Full Lean sourceLean 4
lemma S_eq_zero_of_topCube_mem_๐โ {๐ : Set (๐ X)} (h๐ : ๐.Nonempty) (h : topCube โ ๐โ ๐) : S = 0 := by suffices (S : โค) = -(S : โค) by exact_mod_cast eq_zero_of_neg_eq this.symm rw [๐โ, mem_setOf_eq, s, s_topCube] at h apply h.resolve_right push Not have โจp, hpโฉ := h๐ refine โจp, hp, subset_topCube.trans <| Grid_subset_ball.trans <| ball_subset_ball ?_โฉ gcongr ยท norm_num ยท exact one_le_realD _ ยท exact scale_mem_Icc.2.trans (Int.le.intro 1 rfl)