Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exercises I.4-4 #6

Closed
muzimuzhi opened this issue Mar 14, 2019 · 0 comments
Closed

Exercises I.4-4 #6

muzimuzhi opened this issue Mar 14, 2019 · 0 comments
Labels
amann-escher-1 analysis by amann and escher, volume 1 analysis

Comments

@muzimuzhi
Copy link
Owner

To simplify input, denote $\circ$ insdead of $\circledast$

$\circ$ is not commutative

  • Prove by contradiction. Assume $\circ​$ is commutative.
  • There exists $x \in X​$, $x \neq r​$.
  • From (ii), $x \circ x = r$.
  • By commutativity, $x \circ r = r \circ x = x$.
  • Hence $r = \color{red}{x} \circ \color{blue}{x} = \color{red}{(x \circ r)} \circ \color{blue}{(r \circ x)}$.
  • Using (ii), $x = r​$, which is a contradiction.
  • Therefor $\circ$ is not commutative.

$\circ$ has no identity element

  • Prove by contradiction. Assume $e$ is the identity element of $\circ$.
  • From (ii), if $x \circ y = r$, then $x = y$.
  • Since $e \circ r = r$, $e = r$.
  • Hence $x \circ r = r \circ x = x$, which will lead to contradiction.
@muzimuzhi muzimuzhi added analysis amann-escher-1 analysis by amann and escher, volume 1 labels Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
amann-escher-1 analysis by amann and escher, volume 1 analysis
Projects
None yet
Development

No branches or pull requests

1 participant