Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

I am looking for the technical term for an element of a transformation semigroup that sends everything to one state. The best term I could think up was filter.

For those that don't know a trasformation is like a permutation, except you can have repeated entries.

Identity permutation/transformation

[1,2,3,4] [1->1, 2->2, 3->3, 4 ->4]

Legal permutation/transformation

[2,1,4,3] [1->2, 2->1, 3->4, 4->3]

Illegal permutation, legal transformation:

[1,1,3,4] [1->1, 2->1, 3->3, 4->4]

Transformations I would like to know the technical term for:

[1,1,1,1]

[2,2,2,2]

[3,3,3,3]

[4,4,4,4]

share|improve this question
what about "constant transformation"? – Xabier Domínguez Oct 10 '12 at 21:57

1 Answer

up vote 1 down vote accepted

The correct term is constant transformation; see http://www.m-hikari.com/ija/ija-2011/ija-29-32-2011/kelekciIJA29-32-2011.pdf.

share|improve this answer
Thanks. I had a finite state machine where on some inputs was being collapsed to constant transformations, allowing it to be shrunk in memory. Interesting short paper. – Chad Brewbaker Oct 11 '12 at 16:12

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.