pith. machine review for the scientific record. sign in
structure definition def or abbrev

PMNSUnitarity

show as:
view Lean formalization →

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)

  22structure PMNSUnitarity (U : Matrix (Fin 3) (Fin 3) ℂ) : Prop where
  23  unitary : Matrix.IsUnitary U
  24  matches_weights : ∀ i j, ‖U i j‖ ^ 2 =
  25    pmns_weight (IndisputableMonolith.RSBridge.rung (match i with | 0 => .nu1 | 1 => .nu2 | 2 => .nu3) -
  26                 IndisputableMonolith.RSBridge.rung (match j with | 0 => .nu1 | 1 => .nu2 | 2 => .nu3)) / 3
  27
  28end IndisputableMonolith.Physics.PMNS

used by (2)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (11)

Lean names referenced from this declaration's body.