No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
163theorem plotEncoding_image_eq_nonzero :
164 Finset.univ.image plotEncoding =
165 Finset.univ.filter (fun v : F2Power 3 => v ≠ 0) := by
proof body
Tactic-mode proof.
166 apply Finset.eq_of_subset_of_card_le
167 · intro v hv
168 rcases Finset.mem_image.mp hv with ⟨p, _, hp⟩
169 rw [Finset.mem_filter, ← hp]
170 exact ⟨Finset.mem_univ _, plotEncoding_image_nonzero p⟩
171 · rw [F2Power.nonzero_card_three]
172 have : (Finset.univ.image plotEncoding).card =
173 Fintype.card BookerPlotFamily := by
174 rw [Finset.card_image_of_injective _ plotEncoding_injective]
175 rfl
176 rw [this, BookerPlotFamily.card_eq_seven]
177
178/-! ## §3. The count theorem (replaces the asserted `:= 7`) -/
179
180/-- The number of non-trivial 1-dimensional subgroups of
181 `Q₃ = F2Power 3` is `2 ^ 3 - 1 = 7`. This is the actual count
182 theorem, chained off `F2Power.nonzero_card_three`. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
-
no_eighth_plot
in IndisputableMonolith.Aesthetics.NarrativeGeodesic
decl_use
depends on (16)
Lean names referenced from this declaration's body.
-
BookerPlotFamily
in IndisputableMonolith.Aesthetics.NarrativeGeodesic
decl_use
-
card_eq_seven
in IndisputableMonolith.Aesthetics.NarrativeGeodesic
decl_use
-
plotEncoding
in IndisputableMonolith.Aesthetics.NarrativeGeodesic
decl_use
-
plotEncoding_image_nonzero
in IndisputableMonolith.Aesthetics.NarrativeGeodesic
decl_use
-
plotEncoding_injective
in IndisputableMonolith.Aesthetics.NarrativeGeodesic
decl_use
-
F2Power
in IndisputableMonolith.Algebra.F2Power
decl_use
-
nonzero_card_three
in IndisputableMonolith.Algebra.F2Power
decl_use
-
of
in IndisputableMonolith.Astrophysics.NucleosynthesisTiers
decl_use
-
of
in IndisputableMonolith.Foundation.DAlembert.LedgerFactorization
decl_use
-
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
-
of
in IndisputableMonolith.Foundation.PhiForcingDerived
decl_use
-
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
-
of
in IndisputableMonolith.Foundation.SpectralEmergence
decl_use
-
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
-
of
in IndisputableMonolith.Information.PhysicsComplexityStructure
decl_use
-
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use