Skip to content

Commit

Permalink
refl --> eq.refl
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsib2001 authored and soonhokong committed Jun 9, 2016
1 parent ce83e78 commit 92c2cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04_Quantifiers_and_Equality.org
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ calc
Each =<proof>_i= is a proof for =<expr>_{i-1} op_i <expr>_i=. The
=<proof>_i= may also be of the form ={ <pr> }=, where =<pr>= is a
proof for some equality =a = b=. The form ={ <pr> }= is just syntactic
sugar for =eq.subst <pr> (refl <expr>_{i-1})= In other words, we are
sugar for =eq.subst <pr> (eq.refl <expr>_{i-1})= In other words, we are
claiming we can obtain =<expr>_i= by replacing =a= with =b= in
=<expr>_{i-1}=.

Expand Down

0 comments on commit 92c2cfb

Please sign in to comment.