You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
$\begingroup$ The pointer to natural deduction and $\exists$ elimination might be the kind of thing I was looking for. I'll follow up on this. $\endgroup$Steven Landsburg– Steven Landsburg2016-07-12 15:12:04 +00:00Commented Jul 12, 2016 at 15:12
-
2$\begingroup$ $\lor$ elimination also involves a choice. Harrop formulas are those which exclude both $\lor$ and $\exists$. Sometimes it's useful to allow $\lor$ and $\exists$ but only in the negative part (i.e., in hypotheses, but not in the conclusion). The cool thing is that the meaning of such formula is the same in classical logic as it is in intuitionistic logic. wikiwand.com/en/Harrop_formula $\endgroup$François G. Dorais– François G. Dorais2016-07-12 18:03:09 +00:00Commented Jul 12, 2016 at 18:03
-
$\begingroup$ It's perhaps useful to add that the independence of the choice is built-in to the $\exists$-elimination rule. That rule says that in order to prove that $\exists x P(x) \to Q$ it suffices to show that $\forall x (P(x) \to Q)$. Since $x$ doesn't appear in the conclusion $Q$, its exactly the same conclusion $Q$ that holds regardless of the choice of $x$. There is a twist, where the conclusion might itself be existential. In that case, the witness for this existential quantifier produced might depend on $x$ but the existential quantifier washes away the distinction between different witnesses. $\endgroup$François G. Dorais– François G. Dorais2016-07-12 21:28:26 +00:00Commented Jul 12, 2016 at 21:28
-
$\begingroup$ (continued) In this case, the hypothesis "$V$ is finite dimensional" is existential: "there is a finite basis for $V$". The conclusion is also existential: "there is an inverse to the natural map $V \otimes V^\ast \to \operatorname{Hom}(V,V)$". However, there is at most one inverse to this map, so the same witness is necessarily produced. $\endgroup$François G. Dorais– François G. Dorais2016-07-12 21:32:52 +00:00Commented Jul 12, 2016 at 21:32
-
$\begingroup$ (addendum) I just read KConrad's comment on quotient groups and I think it illustrates part of the point. Consider instead the statement "there is a right inverse to the natural map $F(V \times V^\ast) \to \operatorname{Hom}(V,V)$, where $F(V \times V^\ast)$ is the free vector space on $V \times V^\ast$". Then different choices of bases will yield different right inverses. This illustrates the combined $\exists$-elim/intro rule: to prove $\exists x P(x) \to \exists y Q(y)$ it suffices to give construction $f$ such that $\forall x(P(x) \to Q(f(x)))$. $\endgroup$François G. Dorais– François G. Dorais2016-07-12 21:49:47 +00:00Commented Jul 12, 2016 at 21:49
|
Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. ag.algebraic-geometry), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you