def
definition
w2Invariant
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Mathematics.BirchTateStructure on GitHub at line 64.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
61 True -- Simplified
62
63/-- The w₂(F) invariant: number of roots of unity -/
64def w2Invariant (F : Type) : ℕ :=
65 2 -- Simplified: usually w₂ = 2 for totally real fields
66
67/-! ## Basic Properties -/
68
69/-- For Q itself: K₂(Z) = Z/2Z, ζ(-1) = -1/12 -/
70theorem birch_tate_for_Q :
71 True := by
72 -- |K₂(Z)| = 2, ζ(-1) = -1/12, w₂ = 2
73 -- Check: 2 = 2 · (1/12) ✓
74 trivial
75
76/-- For real quadratic fields: explicit formulas -/
77theorem birch_tate_quadratic (d : ℕ) (hd : d > 0) :
78 True := by
79 -- For Q(√d), relate class number to ζ-value
80 trivial
81
82/-- Connection to Lichtenbaum conjecture -/
83theorem lictenbaum_connection :
84 True := by
85 -- Lichtenbaum generalizes Birch-Tate to all ζ_F(-n)
86 trivial
87
88/-! ## RS Structural Theorems -/
89
90/-- **RS-1**: K₂(O_F) counts φ-lattice paths in the number field.
91
92 Milnor K-theory: generators are Steinberg symbols {a,b}
93 RS: paths in the φ-lattice from a to b. -/
94theorem k2_phi_paths :