Skip to main content
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 = 0

Complete declaration

Lean source

Canonical 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)