VOOZH about

URL: https://qiita.com/yoshihiro503/items/5a6eb6f0c8d2b96c4d4c

⇱ Equiv_Jの練習問題assign_equivの証明 #ProofCafe #Coq - Qiita


👁 Image
1

Go to list of users who liked

0

Share on X(Twitter)

Share on Facebook

Add to Hatena Bookmark

More than 5 years have passed since last update.

@yoshihiro503in👁 Image
株式会社proof ninja

Equiv_Jの練習問題assign_equivの証明 #ProofCafe

1
Posted at
assign_equiv.v
(** **** 練習問題: ★★, recommended (assign_aequiv) *)Theoremassign_aequiv:forallXe,aequiv(AIdX)e->cequivSKIP(X::=e).Proof.move=>XeH.split=>HH.-inversionHH.subst.assert(st'=updatest'X(st'X)).-applyfunctional_extensionality=>x.byrewriteupdate_same;reflexivity.-set(Hass:=E_Assst'e(st'X)X).rewrite<-H0inHass.applyHass.rewrite<-(Hst').reflexivity.-inversionHH.subst.replace(updatestX(aevalste))withst.-constructor.-applyfunctional_extensionality=>x.rewrite<-(Hst).rewriteupdate_same;reflexivity.Qed.
1

Go to list of users who liked

0
0

Go to list of comments

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1

Go to list of users who liked

0