Skip to content

Commit

Permalink
deploy: e48a7af
Browse files Browse the repository at this point in the history
  • Loading branch information
Seasawher committed Oct 17, 2023
1 parent 1f98ed7 commit 35568f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -988,11 +988,10 @@ <h2 id="nth_rewrite"><a class="header" href="#nth_rewrite">nth_rewrite</a></h2>
<pre><code class="language-lean">-- 合成 `g ∘ f` が単射なら,`f` も単射
example {f : X → Y} {g : Y → Z} (hgfinj : Injective (g ∘ f)) : Injective f := by
rw [Injective]
aesop? says (
aesop? says
intro a₁ a₂ a
apply hgfinj
simp_all only [comp_apply]
)
</code></pre>
<h2 id="補足-4"><a class="header" href="#補足-4">補足</a></h2>
<p>より詳細には,検索タクティク <code>X</code> があり,その提案内容が <code>Try this: Y</code> だったとき,<code>X says</code> とすると <code>says</code><code>Try this: Y</code> の代わりに <code>Try this: X says Y</code> という提案を infoview 上で出します.それをクリックすると,<code>X says</code> の内容が <code>X says Y</code> で置換されます.そして,<code>X says Y</code> が実行されるときには <code>X</code> は飛ばされます.</p>
Expand Down
3 changes: 1 addition & 2 deletions says.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,10 @@ <h1 id="says"><a class="header" href="#says">says</a></h1>
<pre><code class="language-lean">-- 合成 `g ∘ f` が単射なら,`f` も単射
example {f : X → Y} {g : Y → Z} (hgfinj : Injective (g ∘ f)) : Injective f := by
rw [Injective]
aesop? says (
aesop? says
intro a₁ a₂ a
apply hgfinj
simp_all only [comp_apply]
)
</code></pre>
<h2 id="補足"><a class="header" href="#補足">補足</a></h2>
<p>より詳細には,検索タクティク <code>X</code> があり,その提案内容が <code>Try this: Y</code> だったとき,<code>X says</code> とすると <code>says</code><code>Try this: Y</code> の代わりに <code>Try this: X says Y</code> という提案を infoview 上で出します.それをクリックすると,<code>X says</code> の内容が <code>X says Y</code> で置換されます.そして,<code>X says Y</code> が実行されるときには <code>X</code> は飛ばされます.</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 35568f1

Please sign in to comment.