{
  localUrl: '../page/Isomorphism_intro_math_0.html',
  arbitalUrl: 'https://arbital.com/p/Isomorphism_intro_math_0',
  rawJsonUrl: '../raw/4hj.json',
  likeableId: '2763',
  likeableType: 'page',
  myLikeValue: '0',
  likeCount: '5',
  dislikeCount: '0',
  likeScore: '5',
  individualLikes: [
    'AlexeiAndreev',
    'EricBruylant',
    'PatrickStevens',
    'TravisRivera',
    'CsillaLukcs'
  ],
  pageId: 'Isomorphism_intro_math_0',
  edit: '49',
  editSummary: 'minor edits',
  prevEdit: '48',
  currentEdit: '49',
  wasPublished: 'true',
  type: 'wiki',
  title: 'Isomorphism: Intro (Math 0)',
  clickbait: ' Things which are basically the same, except for some stuff you don't care about.',
  textLength: '14277',
  alias: 'Isomorphism_intro_math_0',
  externalUrl: '',
  sortChildrenBy: 'likes',
  hasVote: 'false',
  voteType: '',
  votesAnonymous: 'false',
  editCreatorId: 'EricBruylant',
  editCreatedAt: '2016-07-13 21:32:29',
  pageCreatorId: 'MarkChimes',
  pageCreatedAt: '2016-06-17 14:02:36',
  seeDomainId: '0',
  editDomainId: 'AlexeiAndreev',
  submitToDomainId: '0',
  isAutosave: 'false',
  isSnapshot: 'false',
  isLiveEdit: 'true',
  isMinorEdit: 'false',
  indirectTeacher: 'false',
  todoCount: '0',
  isEditorComment: 'false',
  isApprovedComment: 'true',
  isResolved: 'false',
  snapshotText: '',
  anchorContext: '',
  anchorText: '',
  anchorOffset: '0',
  mergedInto: '',
  isDeleted: 'false',
  viewCount: '135',
  text: 'If two things are essentially the same from a certain perspective, and they only differ in unimportant details, then they are **isomorphic**.\n\n##Comparing Amounts##\nConsider the Count von Count. He cares only about counting things. He doesn't care what they are, just how many there are. He decides that he wants to collect items into plastic crates, and he considers two crates equal if both contain the same number of items. \n\n![Equivalent Crates](http://i.imgur.com/sG7Qfyv.jpg)\n\nNow Elmo comes to visit, and he wants to impress the Count, but Elmo is not great at counting. Without counting them explicitly, how can Elmo tell if two crates contain the same number of items?\n\nWell, he can take one item out of each crate and put the pair to one side.\n\n![Pairing one pair of items](https://i.imgur.com/myTqIrRl.jpg)\n\n He continues pairing items up in this way and when one crate runs out he checks if there are any left over in the other crate. If there aren't any left over, then he knows there were the same number of items in both crates. \n\n![Pairing all items in one crate with items in the other](https://i.imgur.com/S87JO2nl.jpg)\n\nSince the Count von Count only cares about counting things, the two crates are basically equivalent, and might as well be the same crate to him. Whenever two objects are the same from a certain perspective, we say that they are **isomorphic**.\n\nIn this example, the way in which the crates were the same is that each item in one crate could be paired with an item in the other.\n\n![Pairing all items in one box with items in the other](https://i.imgur.com/S87JO2nl.jpg)\n\n![Bijection between crates](https://i.imgur.com/53YbraFl.jpg)\n\nThis wouldn't have been possible if the crates had different numbers of items in them.\n\n\n![Different numbers of items](https://i.imgur.com/F5rLwAsl.jpg)\n\n![No way to pair items](https://i.imgur.com/KCI9UOvl.jpg)\n\n\nWhenever you can match each item in one collection with exactly one item in another collection, we say that the collections are **[-499 bijective]** and the way you paired them is a **[-499 bijection]**. A bijection is a specific kind of isomorphism.\n\n![Bijection between crates](https://i.imgur.com/53YbraFl.jpg)\n\nNote that there might be many different bijections between two bijective things.\n\n![Another bijection between crates](http://i.imgur.com/Q6Si1ZX.png)\n\nIn fact, all that counting involves is pairing up the things you want to count, either with your fingers or with the concepts of 'numbers' in your head. If there are as many objects in one crate as there are numbers from one to seven, and there are as many objects in another crate as numbers from one to seven, then both crates contain the same number of objects.\n\n##Comparing Maps##\nNow imagine that you have a map of the London Underground. Such a map is not to scale, nor does it even show how the  tracks bend or which station is in which direction compared to another. They only record which stations are connected. \n\n![Map of the London Underground](http://i.imgur.com/9d8oX2K.gif)\n\nYour Spanish friend is coming to visit and you want to get them a version of the map in Spanish. But on the Spanish maps, the shape of the tracks is different and you can't read Spanish. What's more, not all the maps are of the London Underground! What do you do? Well, given a Spanish map and your English map, you can try to match up the stations (through trial and error) and if the stations are all *connected to each other in the same ways* on both maps then you know they are both of the same train system. \n\nMore precisely, consider the following smaller (fictional) example. There are stations *Trafalgal*, *Marybone*, *Oxbridge*, *Eastweston* and *Charlesburrough* on the English map. *Marybone* is connected to all the other stations, and *Charlesburrough* is connected to *Eastweston*. (There are no other connections)\n\n![Fictional London Underground Map](http://i.imgur.com/J3p094x.png)\n\n%note: We don't want to worry about whether stations are connected to themselves. You can just assume no station is ever connected to itself.%\n\n%note: If one station is connected to another, then the second station is also connected to the first. So since *Marybone* is connected to *Eastweston* then *Eastweston* is connected to *Marybone*. If it seems silly to even mention this fact, then don't worry to much. It's just that we might just have easily decided that there's a one-way train running from *Marybone* to *Eastweston* but not in the other direction.% \n\nAssume the Spanish map has the following stations: *Patata*, *Huesto*, *Carbon*, *Esteoeste*, and *Puente de Buey*. Assume also that *Huesto* is connected to every other station, and that *Carbon* is connected to *Esteoeste*. (Again, there are no other connections).\n\n![Fictional Spanish Map](http://i.imgur.com/nENfDqk.png)\n\nThen the two maps are essentially the same for your purposes. They are **isomorphic** (as [-graph graphs], in fact), and the way that you matched the stations on the one map with those on the other is an **isomorphism**.\n\n## Isomorphisms##\nImagine that you have a *London Underground Official Spanish-to-English Train Station Dictionary* that tells you how to translate the names of the train stations. So, for example, you can use it to convert *Patata* to *Trafalgal*. Then this dictionary is an **isomorphism** from the Spanish map to the English one. \n\nIn particular, the dictionary translates *Huesto* to *Marybone*, *Patata* to *Tralfalgal*, *Puento de Buey* to *Oxbridge*, *Esteoeste* to *Eastweston*, and *Carbon* to *Charlesburrough*.\n\nYou could also get a *London Underground Official* **English-to-Spanish** *Train Station Dictionary*. Then, if you were to use this dictionary to translate *Tralfalgal*, you'd get back *Patata*. Hence your first original translation of that station from English to Spanish has been undone.\n\nIn particular, the dictionary translates *Marybone* to *Huesto*, *Tralfalgal* to *Patata*. *Oxbridge* to *Puento de Buey*, *Eastweston* to *Esteoeste*, and *Charlesburrough* to *Carbon*.\n\n![English Stations Paired Up with Spanish Stations](http://i.imgur.com/sElv72C.png)\n\n\nIn fact, if you take the English map and translate all of the stations into Spanish using the one dictionary and then translate back, you'd get back to where you started. Similarly, if you translated the Spanish map from Spanish into English with the one dictionary and back to Spanish with the other you'd get the Spanish map back. Hence both of these dictionaries are complete [-inverse inverses] of each other.\n\n\nIn fact, in [-4c7 category theory], this is exactly the definition of an isomorphism: if you have some translation ([-4d8]) such that you can find a backwards translation (morphism in the opposite direction), and using the one translation after the other is for all intents and purposed the same as not having translated anything at all (i.e., no important information is lost in translation), then the original translation is an **isomorphism**. (In fact, both of them are isomorphisms).\n\nWhat if you had a different pair of dictionaries. \n\nIn particular, what if the Spanish-to-English dictionary translates *Huesto* to *Marybone*, *Puento de Buey* to *Tralfalgal*, *Patata* to *Oxbridge*, *Carbon* to *Eastweston*, and *Esteoeste* to *Charlesburrough*?\n\nThen if we translate from Spanish into English, and then translate back with the original English-to-Spanish dictionary, then *Patata* is first translated to *Oxbridge*, but then it is translated back into *Puente de Buey*. So it does not reverse the translation. Hence this is not an isomorphism.\n\nHowever, what if the English-to-Spanish Dictionary translates *Marybone* to *Huesto*, *Oxbridge* to *Patata*. *Eastweston* to *Puento de Buey*, *Tralfalgal* to *Esteoeste*, and *Charlesburrough* to *Carbon*? Then the translations are reverses of each other. Hence this is another isomorphism. There may be many isomorphisms between two isomorphic maps.\n\n![Another Way of Pairing English Stations with Spanish Stations](http://i.imgur.com/X6A6oNb.png)\n\n##Non-Isomorphic Maps##\nImagine you had the English map from above.  As a reminder the stations were:\n*Marybone*, *Eastweston*, *Charlesburrough*, *Tralfalgal*, and *Oxbridge*.\n\nIf, now, you find a Spanish map with only four stations on it, it can't possibly be isomorphic to your English map; there would be some station appearing on the English map which isn't named on the Spanish one. \n\n![Spanish Map with Only Four Stations When English Map has Five](http://i.imgur.com/BkVZBWB.png)\n\nSimilarly, if the Spanish map has six stations, then they aren't isomorphic either since there is an extra station on the Spanish map not appearing on the English one.\n\n![Spanish Map with Six Stations When English Map has Five](http://i.imgur.com/EYYmzWi.png)\n\nWhat if there are five stations on the Spanish map. Is it then definitely isomorphic to the English one?\n\nRecall that:\n*Marybone* is connected to every other station, and *Eastweston* is connected to *Charlesburrough*.\n\nBut what if now instead on the Spanish map, *Huesto* is still connected to everything, but nothing else is connected to anything else. \n\n![Huesto is Connected to Everything With No Other Connections. English Map Still Has the Same Connections](http://i.imgur.com/4mQD0hK.png)\n\nThen the translation taking *Marybone* to *Huesto*, *Tralfalgal* to *Patata*. *Oxbridge* to *Puento de Buey*, *Eastweston* to *Esteoeste*, and *Charlesburrough* to *Carbon* is not an isomorphism. *Eastweston* is connected to *Charlesburrough* on the English map, but the corresponding stations on the Spanish map, *Esteoeste* and *Carbon*, are not connected to each other. Hence this translation is not an isomorphism, since under these translations, the maps represent different things.\n\nBut even though this way of pairing up the stations isn't an isomorphism, maybe there is another way of pairing them up which is? But no, even this is doomed to failure because the *number of connections* in both cases is different. For example, *Eastweston* is connected to two stations, but no station on the Spanish map is connected to two other stations. Hence there cannot be any translation that works. No isomorphism exists between the two maps.\n\nIf no isomorphism exists between two structures, then they are **non-isomorphic**.\n\nNotice, in fact, that the two maps do not have the same total number of connections. There are five connections on the English map, but only four on the Spanish map. Hence they cannot be isomorphic. \n\nWhat if the Spanish map has the following connections? *Patata* to everything except *Carbon*, and *Carbon* to *Huesto*and *Esteoeste*. Then there still cannot be an isomorphism, since, again, *Marybone* is connected to four other stations, but nothing on the Spanish map is connected to four stations. In this case, both maps have five connections. Hence even if both maps have the same total number of connections, they may still be non-isomorphic.\n\n![Both Maps Have Five Connections but Are Non-Isomorphic](http://i.imgur.com/BKXLPqv.png)\n\n\n##Comparing Weights##\nNot all isomorphisms need be mappings between structures. Consider if you work at the post-office and must weigh packages. You do not care about the size and shape of the packages, only their weight. Then you consider two packages isomorphic if their weights are equal. \n\nImagine, then, that you have two packages, say one containing a book %note: *The Official London Underground History of Train Stations*% and the other is a plastic crate %note: "To the Count, with love"%. \n\nYou also have a half-broken pair of brass scales: they have a pair of pans on which items can be placed. \n\n![Empty Balanced Scales](http://i.imgur.com/2wuFlTO.png)\n\n\n\nHowever, they can only tip to the left or remain flat.\n\n![Empty Scales Tilting Left](http://i.imgur.com/oz3m8vF.png)\n\n\nIf the item on the left is heavier than the one on the right, then the scales tilt left.\n\n![Scales With Heavy Object on Left, Scales Tilt Left](http://i.imgur.com/iSmYESb.png)\n\nOtherwise, if they are of equal weight or the item on the left is lighter than the one on the right, the scales remain level.\n\n![Scales With Same Object on Both Sides, Scales Flat](http://i.imgur.com/NZe1uQC.png)\n\n\n![Scales With Heavy Object on Right, Scales Flat](http://i.imgur.com/0BqznlG.png)\n\nPlace the book on the left pan of the scale, and the crate on the right. If the scales balance then either the book is lighter than the crate or it is the same weight as the crate. Now swap them. If they remain level, then either the crate is lighter than the book or it is the same weight as the book. Since the book cannot be lighter than the crate whilst the crate is simultaneously lighter than the book, they must be the same weight. Hence they are isomorphic.\n\nThis very act of balancing the scales is an isomorphism. It has an inverse: just swap the two packages around! Start with the book on the left pan and the crate on the right. Then place the crate on the left pan and the book on the right. The fact that the scales balance both times tells you (the obvious fact) that the book weighs the same as itself. Since you already know this,  doing this actually tells you as much about the book's weight compared to itself as doing nothing at all.\n\nIf this last part seems silly or confusing, don't worry too much about it. It's just to illustrate how the idea of an isomorphism is intricately tied with having an inverse.\n\n##An Isomorphism Joke##\nA man walks into a bar. He is surprised at how the patrons are acting.  One of them says a number, like “forty-two”, and the rest break into laughter. He asks the bartender what’s going on. The bartender explains that they all come here so often that they’ve memorized all of each other’s jokes, and instead of telling them explicitly, they just give each a number, say the number, and laugh appropriately. The man is intrigued, so he shouts “Two thousand!”. He is shocked to find everyone laughs uproariously, the loudest he's heard that evening. Perplexed, he turns to the bartender and says  “They laughed so much more at mine than at any of the others." "Well of course," the bartender answers matter-of-factly, "they've never heard that one before!”',
  metaText: '',
  isTextLoaded: 'true',
  isSubscribedToDiscussion: 'false',
  isSubscribedToUser: 'false',
  isSubscribedAsMaintainer: 'false',
  discussionSubscriberCount: '1',
  maintainerCount: '1',
  userSubscriberCount: '0',
  lastVisit: '',
  hasDraft: 'false',
  votes: [],
  voteSummary: [
    '0',
    '0',
    '0',
    '0',
    '0',
    '0',
    '0',
    '0',
    '0',
    '0'
  ],
  muVoteSummary: '0',
  voteScaling: '0',
  currentUserVote: '-2',
  voteCount: '0',
  lockedVoteType: '',
  maxEditEver: '0',
  redLinkCount: '0',
  lockedBy: '',
  lockedUntil: '',
  nextPageId: '',
  prevPageId: '',
  usedAsMastery: 'false',
  proposalEditNum: '0',
  permissions: {
    edit: {
      has: 'false',
      reason: 'You don't have domain permission to edit this page'
    },
    proposeEdit: {
      has: 'true',
      reason: ''
    },
    delete: {
      has: 'false',
      reason: 'You don't have domain permission to delete this page'
    },
    comment: {
      has: 'false',
      reason: 'You can't comment in this domain because you are not a member'
    },
    proposeComment: {
      has: 'true',
      reason: ''
    }
  },
  summaries: {
    Summary: 'If two things are essentially the same from a certain perspective, and they only differ in unimportant details, then they are **isomorphic**.'
  },
  creatorIds: [
    'MarkChimes',
    'EricRogstad',
    'EricBruylant'
  ],
  childIds: [],
  parentIds: [
    'isomorphism'
  ],
  commentIds: [
    '4jd',
    '4kk',
    '4kl',
    '4kq',
    '4l3',
    '4lh',
    '4lm',
    '4nq'
  ],
  questionIds: [],
  tagIds: [
    'math0',
    'bijective_function',
    'b_class_meta_tag'
  ],
  relatedIds: [],
  markIds: [],
  explanations: [],
  learnMore: [],
  requirements: [],
  subjects: [
    {
      id: '5194',
      parentId: 'Isomorphism_intro_math_0',
      childId: 'Isomorphism_intro_math_0',
      type: 'subject',
      creatorId: 'MarkChimes',
      createdAt: '2016-07-12 19:57:42',
      level: '1',
      isStrong: 'false',
      everPublished: 'true'
    },
    {
      id: '5195',
      parentId: 'isomorphism',
      childId: 'Isomorphism_intro_math_0',
      type: 'subject',
      creatorId: 'MarkChimes',
      createdAt: '2016-07-12 19:57:58',
      level: '1',
      isStrong: 'false',
      everPublished: 'true'
    }
  ],
  lenses: [],
  lensParentId: 'isomorphism',
  pathPages: [],
  learnMoreTaughtMap: {},
  learnMoreCoveredMap: {
    '4f4': [
      '4f4'
    ]
  },
  learnMoreRequiredMap: {},
  editHistory: {},
  domainSubmissions: {},
  answers: [],
  answerCount: '0',
  commentCount: '4',
  newCommentCount: '0',
  linkedMarkCount: '0',
  changeLogs: [
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '18747',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'EricBruylant',
      edit: '0',
      type: 'newTag',
      createdAt: '2016-08-15 23:35:13',
      auxPageId: 'math0',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16649',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'EricBruylant',
      edit: '49',
      type: 'newEdit',
      createdAt: '2016-07-13 21:32:29',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: 'minor edits'
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16604',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '0',
      type: 'newSubject',
      createdAt: '2016-07-12 19:57:58',
      auxPageId: 'isomorphism',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16601',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '0',
      type: 'newTeacher',
      createdAt: '2016-07-12 19:57:43',
      auxPageId: 'Isomorphism_intro_math_0',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16602',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '0',
      type: 'newSubject',
      createdAt: '2016-07-12 19:57:43',
      auxPageId: 'Isomorphism_intro_math_0',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16600',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '0',
      type: 'deleteTag',
      createdAt: '2016-07-12 19:57:37',
      auxPageId: 'needs_image_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16591',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '0',
      type: 'newTag',
      createdAt: '2016-07-12 19:55:00',
      auxPageId: 'b_class_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16593',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '0',
      type: 'deleteTag',
      createdAt: '2016-07-12 19:55:00',
      auxPageId: 'c_class_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '3049',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '1',
      dislikeCount: '0',
      likeScore: '1',
      individualLikes: [],
      id: '16590',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '48',
      type: 'newEdit',
      createdAt: '2016-07-12 19:50:49',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16585',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '43',
      type: 'newEdit',
      createdAt: '2016-07-12 15:16:37',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16584',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '42',
      type: 'newEdit',
      createdAt: '2016-07-12 15:07:38',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16583',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '41',
      type: 'newEdit',
      createdAt: '2016-07-12 14:38:35',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '3025',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '1',
      dislikeCount: '0',
      likeScore: '1',
      individualLikes: [],
      id: '16304',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '40',
      type: 'newEdit',
      createdAt: '2016-07-09 14:56:35',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '3024',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '2',
      dislikeCount: '0',
      likeScore: '2',
      individualLikes: [],
      id: '16303',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '39',
      type: 'newEdit',
      createdAt: '2016-07-09 10:54:53',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '3026',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '1',
      dislikeCount: '0',
      likeScore: '1',
      individualLikes: [],
      id: '16302',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '38',
      type: 'newEdit',
      createdAt: '2016-07-09 10:48:51',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16301',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '37',
      type: 'newEdit',
      createdAt: '2016-07-09 10:33:44',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16300',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '36',
      type: 'newEdit',
      createdAt: '2016-07-09 10:27:24',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16299',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '35',
      type: 'newEdit',
      createdAt: '2016-07-09 10:19:03',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16298',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '34',
      type: 'newEdit',
      createdAt: '2016-07-09 10:13:39',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16153',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '0',
      type: 'newTag',
      createdAt: '2016-07-08 10:58:56',
      auxPageId: 'c_class_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16152',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '0',
      type: 'deleteTag',
      createdAt: '2016-07-08 10:58:48',
      auxPageId: 'needs_exercises_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16150',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '0',
      type: 'newTag',
      createdAt: '2016-07-08 10:58:22',
      auxPageId: 'needs_exercises_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16149',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '0',
      type: 'newTag',
      createdAt: '2016-07-08 10:57:51',
      auxPageId: 'needs_image_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16148',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '0',
      type: 'newTag',
      createdAt: '2016-07-08 10:57:26',
      auxPageId: '4v4',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '14297',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '33',
      type: 'newEdit',
      createdAt: '2016-06-21 21:45:16',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '14231',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '27',
      type: 'newEdit',
      createdAt: '2016-06-21 01:12:55',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '14160',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'EricRogstad',
      edit: '26',
      type: 'newEdit',
      createdAt: '2016-06-20 22:10:27',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '14158',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'EricRogstad',
      edit: '25',
      type: 'newEdit',
      createdAt: '2016-06-20 22:04:52',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13989',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '24',
      type: 'newEdit',
      createdAt: '2016-06-19 06:03:01',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13845',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '23',
      type: 'newEdit',
      createdAt: '2016-06-18 07:42:32',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13839',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '22',
      type: 'newEdit',
      createdAt: '2016-06-18 06:00:19',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13838',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '21',
      type: 'newEdit',
      createdAt: '2016-06-18 05:54:10',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13837',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '20',
      type: 'newEdit',
      createdAt: '2016-06-18 05:52:30',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13836',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '0',
      type: 'newTag',
      createdAt: '2016-06-18 05:52:01',
      auxPageId: 'bijective_function',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13834',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '0',
      type: 'deleteTag',
      createdAt: '2016-06-18 05:51:51',
      auxPageId: 'needs_summary_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13832',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '0',
      type: 'deleteTag',
      createdAt: '2016-06-18 05:51:16',
      auxPageId: 'work_in_progress_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13830',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '19',
      type: 'newEdit',
      createdAt: '2016-06-18 05:50:41',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13829',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '18',
      type: 'newEdit',
      createdAt: '2016-06-18 05:48:28',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13821',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '17',
      type: 'newEdit',
      createdAt: '2016-06-18 05:43:18',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13820',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '16',
      type: 'newEdit',
      createdAt: '2016-06-18 05:28:01',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13818',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '15',
      type: 'newEdit',
      createdAt: '2016-06-18 05:25:32',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13816',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'TeamArbital',
      edit: '0',
      type: 'newTag',
      createdAt: '2016-06-18 05:15:10',
      auxPageId: 'needs_summary_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '2767',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '1',
      dislikeCount: '0',
      likeScore: '1',
      individualLikes: [],
      id: '13814',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '13',
      type: 'newEdit',
      createdAt: '2016-06-18 05:15:09',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13699',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'EricBruylant',
      edit: '9',
      type: 'newTag',
      createdAt: '2016-06-17 20:34:51',
      auxPageId: 'needs_summary_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13574',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '9',
      type: 'newEdit',
      createdAt: '2016-06-17 16:58:13',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13566',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '8',
      type: 'newEdit',
      createdAt: '2016-06-17 16:32:51',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13564',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '6',
      type: 'newEdit',
      createdAt: '2016-06-17 16:29:10',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13562',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '5',
      type: 'newEdit',
      createdAt: '2016-06-17 16:26:47',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13551',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '2',
      type: 'newEdit',
      createdAt: '2016-06-17 15:52:36',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13507',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '1',
      type: 'newEdit',
      createdAt: '2016-06-17 14:02:36',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13492',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '1',
      type: 'newTag',
      createdAt: '2016-06-17 13:34:25',
      auxPageId: 'work_in_progress_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13491',
      pageId: 'Isomorphism_intro_math_0',
      userId: 'MarkChimes',
      edit: '1',
      type: 'newParent',
      createdAt: '2016-06-17 13:33:52',
      auxPageId: 'isomorphism',
      oldSettingsValue: '',
      newSettingsValue: ''
    }
  ],
  feedSubmissions: [],
  searchStrings: {},
  hasChildren: 'false',
  hasParents: 'true',
  redAliases: {},
  improvementTagIds: [],
  nonMetaTagIds: [],
  todos: [],
  slowDownMap: 'null',
  speedUpMap: 'null',
  arcPageIds: 'null',
  contentRequests: {}
}