pith. machine review for the scientific record. sign in

IndisputableMonolith.Physics.PMNS.Construction

IndisputableMonolith/Physics/PMNS/Construction.lean · 17 lines · 1 declarations

show as:
view math explainer →

open module explainer GitHub source

Explainer status: pending

   1import Mathlib
   2import IndisputableMonolith.Physics.PMNS.Types
   3
   4namespace IndisputableMonolith.Physics.PMNS
   5
   6open Complex
   7
   8/-- **CONJECTURE (open)**: there exists a unitary PMNS matrix whose entry magnitudes
   9match the framework’s weight assignment.
  10
  11This is *not* used for any of the hard‑falsifiable angle / mass‑splitting claims
  12in `IndisputableMonolith.Physics.MixingDerivation`. -/
  13def pmns_unitarity_exists : Prop :=
  14  ∃ U : Matrix (Fin 3) (Fin 3) ℂ, PMNSUnitarity U
  15
  16end IndisputableMonolith.Physics.PMNS
  17

source mirrored from github.com/jonwashburn/shape-of-logic