Whoops, yes, that should have said f(a)→Bf(a′) , thanks for the catch! I’ll edit to make that fix.
Also, yes, what things between a and a′ should be sent to, is a difficulty.. A thought I had which, on inspection doesn’t work, is that (things between a and a′) could be sent to f(a′) , but that doesn’t work, because a′ might be terminal, but (thing between a and a′) isn’t terminal. It seems like the only thing that would always work would be for them to be sent to something that has an arrow (in B) to f(a′) (such as f(a), as you say, but, again as you mention, it might not be viable to determine f(a) from the intermediary state).
I suppose if f were a partial function, and one such that all states not in its domain have a path to a state which is in its domain, then that could resolve that?
I think equivalently to that, if you modified the abstraction to get, (B′,→B′) defined as, B′:={b,pre(b)|b∈B} and (x→B′y) iff (((x,y∈B)∧(x→B))∨((y∈B)∧(x=pre(y)))) so that B’ has a state for each state of B, along with a second copy of it with no in-going arrows and a single arrow going to the normal version, uh, I think that would also handle it ok? But this would involve modifying the abstraction, which isn’t nice. At least the abstraction embeds in the modified version of it though. Though, if this is equivalent to allowing f to be partial, with the condition that anything not in its domain have arrows leading to things that are in its domain, then I guess it might help to justify a definition allowing f to be partial, provided it satisfies that condition.
Are these actually equivalent?
Suppose f:A→B is partial and satisfies that condition. Then, define f′:A→B′ to agree with f on the domain of f, and for other a, pick an a′ in the domain of f such that a∗→Aa′ , and define f′(a)=pre(f(a′)) In a deterministic case, should pick a′ to be the first state in the path starting with a to be in the domain of f. (In the non-deterministic case, this feels like something that doesn’t work very well...) Then, for any non-terminal a∈A, either it is in the domain of f, in which case we have the existence of a′∈A such that a∗→Aa′ and where f′(a)=f(a)→B′f(a′)=f′(a′), or it isn’t, in which case we have that there exists a′∈A such that a∗→Aa′ and where f′(a)=pre(f(a′))→B′f′(a′)=f(a′) , and so f’ satisfies the required condition. On the other hand, if we have an f′:A→B′ satisfying the required condition, we can co-restrict it to B, giving a partial function f:A→B , where, if a isn’t in the domain of f, then, assuming a is non-terminal, we get some a′′∈A s.t. a∗→Aa′′ and where f′(a)→B′f′(a′′) , and, as the only things in B’ which have any arrows going in are elements of B, we get that f’(a″) is in B, and therefore that a″ is in the domain of f. But what if a is terminal? Well, if we require that f′(a) non-terminal implies a non-terminal, then this won’t be an issue because pre(b) is always non-terminal, and so anything terminal is in the domain. Therefore the co-restriction f of f’, does yield a partial function satisfying the proposed condition to require for partial maps.
So, this gives a pair of maps, one sending functions f′:A→B′ satisfying appropriate conditions to partial function f:A→B satisfying other conditions, and one sending the other way around, and where, if the computations are deterministic, these two are inverses of each-other. (if not assuming deterministic, then I guess potentially only a one-sided inverse?)
So, these two things are equivalent.
uh… this seems a bit like an adjunction, but, not quite. hm.
Whoops, yes, that should have said f(a)→Bf(a′) , thanks for the catch! I’ll edit to make that fix.
Also, yes, what things between a and a′ should be sent to, is a difficulty..
A thought I had which, on inspection doesn’t work, is that (things between a and a′) could be sent to f(a′) , but that doesn’t work, because a′ might be terminal, but (thing between a and a′) isn’t terminal. It seems like the only thing that would always work would be for them to be sent to something that has an arrow (in B) to f(a′) (such as f(a), as you say, but, again as you mention, it might not be viable to determine f(a) from the intermediary state).
I suppose if f were a partial function, and one such that all states not in its domain have a path to a state which is in its domain, then that could resolve that?
I think equivalently to that, if you modified the abstraction to get, (B′,→B′) defined as, B′:={b,pre(b)|b∈B} and (x→B′y) iff (((x,y∈B)∧(x→B))∨((y∈B)∧(x=pre(y))))
so that B’ has a state for each state of B, along with a second copy of it with no in-going arrows and a single arrow going to the normal version,
uh, I think that would also handle it ok? But this would involve modifying the abstraction, which isn’t nice. At least the abstraction embeds in the modified version of it though.
Though, if this is equivalent to allowing f to be partial, with the condition that anything not in its domain have arrows leading to things that are in its domain, then I guess it might help to justify a definition allowing f to be partial, provided it satisfies that condition.
Are these actually equivalent?
Suppose f:A→B is partial and satisfies that condition.
Then, define f′:A→B′ to agree with f on the domain of f, and for other a, pick an a′ in the domain of f such that a∗→Aa′ , and define f′(a)=pre(f(a′))
In a deterministic case, should pick a′ to be the first state in the path starting with a to be in the domain of f. (In the non-deterministic case, this feels like something that doesn’t work very well...)
Then, for any non-terminal a∈A, either it is in the domain of f, in which case we have the existence of a′∈A such that a∗→Aa′ and where f′(a)=f(a)→B′f(a′)=f′(a′), or it isn’t, in which case we have that there exists a′∈A such that a∗→Aa′ and where f′(a)=pre(f(a′))→B′f′(a′)=f(a′) , and so f’ satisfies the required condition.
On the other hand, if we have an f′:A→B′ satisfying the required condition, we can co-restrict it to B, giving a partial function f:A→B , where, if a isn’t in the domain of f, then, assuming a is non-terminal, we get some a′′∈A s.t. a∗→Aa′′ and where f′(a)→B′f′(a′′) , and, as the only things in B’ which have any arrows going in are elements of B, we get that f’(a″) is in B, and therefore that a″ is in the domain of f.
But what if a is terminal? Well, if we require that f′(a) non-terminal implies a non-terminal, then this won’t be an issue because pre(b) is always non-terminal, and so anything terminal is in the domain.
Therefore the co-restriction f of f’, does yield a partial function satisfying the proposed condition to require for partial maps.
So, this gives a pair of maps, one sending functions f′:A→B′ satisfying appropriate conditions to partial function f:A→B satisfying other conditions, and one sending the other way around, and where, if the computations are deterministic, these two are inverses of each-other. (if not assuming deterministic, then I guess potentially only a one-sided inverse?)
So, these two things are equivalent.
uh… this seems a bit like an adjunction, but, not quite. hm.