structure
definition
def or abbrev
CompletedXiSurface
show as:
view Lean formalization →
formal statement (Lean)
28structure CompletedXiSurface where
29 xi : ℂ → ℂ
30 reflection : ∀ s : ℂ, xi (1 - s) = xi s
31 conjugation : ∀ s : ℂ, xi (conj s) = conj (xi s)
32
33/-- The zero set of the completed-ξ surface. -/
used by (19)
-
functionalEquation_gives_pairing_invariants -
xi_conjugation_invariant -
xi_reflection_invariant -
XiZeroSet -
zeroDefectSet -
zeroDefectSet_reflection_invariant -
zeroDeviationSet -
zeroDeviationSet_neg_closed -
zero_pairing_under_conjugation -
zero_pairing_under_critical_reflection -
zero_pairing_under_reflection -
completedXiSurface_symmetry_only_no_go -
PureVectorCDoublingData -
pureVectorCDoublingData_not_enough_for_critical_line -
pureVectorCDoublingData_offline_example -
pureVectorCDoublingData_of_zero -
pureVectorCDoublingData_requires_extra_input -
toyCompletedXiSurface -
zeroDeviationSet_neg_closed_not_enough