pith. machine review for the scientific record. sign in
lemma

matrixBridge_accepts_identity

proved
show as:
view math explainer →
module
IndisputableMonolith.Relativity.Geometry.MatrixBridge
domain
Relativity
line
30 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Relativity.Geometry.MatrixBridge on GitHub at line 30.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

formal source

  27def MatrixBridgeAccepts (B : MatrixBridge) : Prop :=
  28  B.matrix.det ≠ 0
  29
  30@[simp] lemma matrixBridge_accepts_identity : MatrixBridgeAccepts {} := by
  31  unfold MatrixBridgeAccepts
  32  simp [MatrixBridge]
  33
  34
  35end Geometry
  36end Relativity
  37end IndisputableMonolith