refactor: Rename deltas in ACC conditions
This commit is contained in:
parent
d26f010cb2
commit
6f83f5a623
8 changed files with 367 additions and 355 deletions
|
@ -90,7 +90,6 @@ lemma phaseShift_coe_matrix (a b c : ℝ) : ↑(phaseShift a b c) = phaseShiftMa
|
|||
def PhaseShiftRelation (U V : unitaryGroup (Fin 3) ℂ) : Prop :=
|
||||
∃ a b c e f g, U = phaseShift a b c * V * phaseShift e f g
|
||||
|
||||
|
||||
/-- The relation `PhaseShiftRelation` is reflective. -/
|
||||
lemma phaseShiftRelation_refl (U : unitaryGroup (Fin 3) ℂ) : PhaseShiftRelation U U := by
|
||||
use 0, 0, 0, 0, 0, 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue