Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
forked-from-1kasper committed Dec 21, 2023
1 parent f0ccc21 commit 7698f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion GroundZero/HITs/Circle.lean
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,6 @@ namespace Circle
transitivity; apply mapFunctoriality; apply ap;
transitivity; apply Id.mapInv; apply ap Id.symm; apply recβrule₂;
transitivity; apply transportconstOverComposition;
transitivity; apply transportconstOverInv;
transitivity; apply uaβrev; apply ap pred;
symmetry; apply transportToTransportconst
end
Expand Down
4 changes: 2 additions & 2 deletions GroundZero/Theorems/Hopf.lean
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ namespace Real
begin
intro b; transitivity; apply transportToTransportconst;
transitivity; apply ap (transportconst · b);
transitivity; apply Id.mapInv; apply ap; apply recβrule₂;
transitivity; apply transportconstOverInv; apply uaβrev
transitivity; apply Id.mapInv; apply ap;
apply recβrule₂; apply uaβrev
end
end Real

Expand Down

0 comments on commit 7698f34

Please sign in to comment.