refactor: Rename deltas in ACC conditions

This commit is contained in:
jstoobysmith 2024-11-28 12:50:34 +00:00
parent d26f010cb2
commit 6f83f5a623
8 changed files with 367 additions and 355 deletions

View file

@ -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