Why Does f(a) < a Imply f(a) is Not a Fixed Point?

  • Thread starter Thread starter wj2cho
  • Start date Start date
  • Tags Tags
    Proof
AI Thread Summary
The discussion centers on understanding why f(a) < a indicates that f(a) cannot be a fixed point. The proof begins by establishing a set D of non-fixed points under the automorphism f, leading to a contradiction if D is nonempty. If f(a) < a, it follows that f(a) is not in D, implying that f fixes f(a), which contradicts the assumption that a is in D. The argument is reinforced by noting that if f(a) were not a fixed point, it would have to be in D, which contradicts the definition of a as the least element. The clarification emphasizes that the book correctly addresses the case when f(a) < a.
wj2cho
Messages
20
Reaction score
0
Hi I've been trying to understand this proof, but there is one step that I don't get at all.

Proof: Suppose f is an automorphism of (E,<=). Consider a set D, a set of non-fixed points under f. If D is empty, f is an identity mapping. Suppose, toward a contradiction, that D is nonempty. Then D has a least element, say a. Since E is well-ordered, either f(a) < a or a < f(a). Since f(a) < a, f(a) is not an element of D. So f fixes f(a), hence f(f(a)) = f(a). But then f(a) = a since f is injective, contradicting that a is an element of D. The case a < f(a) follows similarly applying the inverse of f.

Why does f(a) < a imply that f(a) is not a fixed point?
 
Physics news on Phys.org
wj2cho said:
Since f(a) < a, f(a) is not an element of D.
To be clear, the book should have said "Consider the case when f(a) < a.".

Is it possible that f(a) is not a fixed point? If it were not a fixed point, it would be an element of D that is less than a.. But a is defined as the least element of D, so this is impossible.
 
Last edited:
Thank you very much!. In fact, the book did say "Consider the case when f(a) < a".
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top