The first question:
Is in true that there exist chains of Galois connections (let's limit to Galois connections between posets) of arbitrary lengths $n$?
$F_0(a) \leq b$ if and only if $a \leq F_1(b)$; ...; $F_{n-1}(a) \leq b$ if and only if $a \leq F_n(b)$.
Then (as it is well known) $F_i(a) = \min \{ c \mid a \leq F_{i+1}(c) \}$.
Second question:
What about (which properties it has?) continuing this chain for $i<0$ if we instead require the weaker condition: $F_i(a) = \inf \{ c \mid a \leq F_{i+1}(c) \}$?
And finally: What's about generalizing this to arbitrary adjoint functors?
This sent me down a rabbit hole; thanks! ;)
You last two questions seem unclear to me.
However, for the first question: YES
For example, suppose
f, gare inverse functions, ief x = y ≡ x = g y. Then this statement means that they are Galois Connected in the discrete order, ie equality=.Let
Fₙbefifn = 0 mod 2andgotherwise. Then,Fₙ x ≤ y ≡ x ≤ Fₙ₊₁ yand this is a chain ;)Perhaps you wanted an example in the non-discrete order?
No probs: take
Fₙto be the identity function ;)Perhaps you wanted an example in the non-discrete order and with the non-identity function?
No probs: pick your favourite isotonic (
x ≤ y ≡ f x ≤ f y) and involutive (f ∘ f = id) functionf, then defineFₙto bef.Indeed, we have
Fₙ x ≤ y ≡ x ≤ Fₙ₊₁ yas follows:Usually involutions tend to swap the order, and in some contexts this is in-fact a definition of Galois Connection!! Weird..
( “A Glimpse Into The Wonderland Of Involutions”, http://eqworld.ipmnet.ru/en/education/wiener.pdf )
Anyhow, examples include
• boolean negation:
¬ p ⇒ q ≡ p ⇐ ¬ q• additive inverse:
- x ≤ y ≡ x ≥ - y• multiplicative inverse:
1 / x ≤ y ≡ x ≥ 1 / y• the previous two:
1 / x ⊑ y ≡ x ⊑ 1 / ywherea ⊑ b ∶≡ -a ≤ b• The above examples give a more general approach that avoids the flipping of the order: if
fis an involution, then so is its “conjugate”F x ≔ - f ( - x)---note that this applies to the three above, just use the appropriate negation operator ;)Moreover, if
fis isotonic then so isF! Neato ;)•
F x ≔ a + (x - a)⁻¹for anya, of course for domain we needx ≠ a; like the above, this is order-reversing GC:F x ≤ y ≡ x ≥ F y. (src: https://math.stackexchange.com/a/46814/80406 )In-fact, this construction can be applied repetitively to yield new involutions: if
fis an involution, then so isF x ≔ f(x - a) + a; moreover, iffis isotonic then so isF! Neato ;)The above
general constructionare really instances of Babbage's Construction: iffis an involution then so isF ≔ φ⁻¹ ∘ f ∘ φfor any invertible functionΦ. (Src: http://www.jstor.org/stable/2007270?origin=crossref&seq=1#page_scan_tab_contents )Moreover, if
fandφare isotonic then so isF!Finally, before I leave you, consider this the more common or familiar is exponentiation and logarithms functions. Both are monotonic and are inverses, whence they are isotonic. (
f x ≔ aˣis isotonic and so isg x ≔ logₐ x, fora > 1. ) ThenF x ≔ logₐ( (aˣ + d) / (aˣ - d) )is isotonic ifd < 0otherwise flips-order (or so I claim!). Moreover,Fis probably involution; I haven't checked. Anyhow, here's the challenge: is this scenario an instance of Babbage's Construction? Or, can you generalise this to arbitrary monotone bijection pairs? ;)Good night!